html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font: 12px/1.5 \5b8b\4f53, Arial, sans-serif;
    /*background:#ffffff;*/
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

table,
td,
tr,
th {
    font-size: 12px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.hx a,
.hx em,
.fB {
    font-weight: bold;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    color: #666;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #ba2636;
}

a:active {
    color: #ba2636;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: "JDZY";
    /*src: url(../text/创客贴金刚体.otf);*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Han Sans CN";
    /*src: url(../text/SimplifiedChinese/SourceHanSansSC-Medium.otf);*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    /*src: url(../text//SimplifiedChinese/SourceHanSansSC-Regular.otf);*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    /*src: url(../text/SimplifiedChinese/SourceHanSansSC-Bold.otf);*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YouSheBiaoTiHei";
    /*src: url(../text/优设标题黑.ttf);*/
    font-weight: normal;
    font-style: normal;
}

.mb20{
    margin-bottom: 20px;
}
.mb50{
    margin-bottom: 50px;
}

.mb90{
    margin-bottom: 90px;
}